Package kernpruefung.bnz
Class KernpruefungBNZ
- java.lang.Object
-
- kernpruefung.bnz.KernpruefungBNZ
-
public class KernpruefungBNZ extends Object
-
-
Constructor Summary
Constructors Constructor Description KernpruefungBNZ()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<File>find(File start)static StringgetCurrTimestamp()Get the current timestampstatic voidmain(String[] args)Container program for testing the codestatic StringoutFilename(File inFile)static voidwriteProtocol(List<String> inLines, List<String> outLines, File inFile, File outFile)
-
-
-
Method Detail
-
main
public static void main(String[] args)
Container program for testing the code- Parameters:
args- array of strings that holds the arguments passed to the program at start
-
getCurrTimestamp
public static String getCurrTimestamp()
Get the current timestamp- Returns:
- timestamp as string
-
writeProtocol
public static void writeProtocol(List<String> inLines, List<String> outLines, File inFile, File outFile) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-